home *** CD-ROM | disk | FTP | other *** search
/ Chop Suey / Chop Suey (1995)(Magnet Interactive Studios).iso / common / diary.dir / 00007.ls < prev    next >
Encoding:
Text File  |  1995-06-16  |  160 b   |  9 lines

  1. on mouseUp
  2.   if rollOver(the clickOn) then
  3.     AllSoundStop()
  4.     puppetSound("transnd.aif")
  5.     updateStage()
  6.     go("DrawerClose", "DOONER.DIR")
  7.   end if
  8. end
  9.